nbMIB DEFINITIONS ::= BEGIN

--
-- Top-level infrastructure of the Net-SNMP project enterprise MIB tree
--

IMPORTS
    MODULE-IDENTITY, enterprises          	FROM SNMPv2-SMI
    MODULE-IDENTITY, OBJECT-TYPE, Integer32,
    NOTIFICATION-TYPE                       FROM SNMPv2-SMI
    SnmpAdminString                         FROM SNMP-FRAMEWORK-MIB
    netSnmp                                 FROM NET-SNMP-MIB
    RowStatus, StorageType, DisplayString   FROM SNMPv2-TC
    InetAddressType, InetAddress            FROM INET-ADDRESS-MIB
    nlcMIB			    	    FROM lspnlcMIB;
;

nbMIB MODULE-IDENTITY
    LAST-UPDATED "202103011010Z"
    ORGANIZATION "LifeSafety Power, Inc. "
    CONTACT-INFO    
     "http://www.lifesafetypower.com/
	 
	  EMail: gliu@lifesafetypower.com
	 "
    DESCRIPTION
    "This is the MIB Module for NLC objects for managing NLC device."

	REVISION	"202103011010Z"
	DESCRIPTION
	"Updated to support Net-SNMP compile."
    ::= { nlcMIB 2}


END